home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Telnet Server 1.0 / main.h < prev    next >
Encoding:
Text File  |  1996-01-14  |  362 b   |  13 lines  |  [TEXT/KAHL]

  1. /*
  2. Copyright © 1994 Mikhail Fridberg. Part of this code is copyrighted by Steve Falkenburg
  3.  
  4. Telnet-based talk server/client
  5. */
  6.  
  7. void main(void);
  8. void InitMac(void);
  9. void InitQueues(void);
  10. void MainLoop(void);
  11. pascal long TermSendProc(Ptr thePtr,long theSize, long refcon, short flags);
  12. pascal OSErr ToolGetConnEnvirons(long refcon, ConnEnvironRec *theEnvirons);
  13.